home *** CD-ROM | disk | FTP | other *** search
/ PC Player Special 1994 #1 / CD-Player 1994-01.iso / demos / comanche / bootxms.bat < prev    next >
Encoding:
DOS Batch File  |  1992-11-05  |  470 b   |  15 lines

  1. @cls
  2. @echo BOOTXMS
  3. @echo.
  4. @echo.
  5. @echo This Program will copy standard CONFIG.SYS and AUTOEXEC.BAT files to Drive A
  6. @echo You should have a bootable floppy disk in drive A that you made by typing
  7. @echo "FORMAT A:/S"  To abort this program, type Ctrl-C.
  8. @echo.
  9. @echo Insert a formatted system disk into Drive A: and
  10. @pause
  11. copy config.xms a:config.sys
  12. copy autoexec.xms a:autoexec.bat
  13. @echo.
  14. @echo You may now reboot your system with the COMANCHE boot disk
  15.